/**
*------------------------------------------
    Couleurs utilisées pour ce site :

    Vert ---> color : #74BA42;
                rgba(253, 139, 6, 0.4);

    Bleu ---> color : #3C69A3;
                rgba(60, 105, 163, 0.4);

    Noir -----> color : #474747;
                rgba(63, 52, 98, 0.4);
*------------------------------------------*/



body{
    margin: 0;
    padding: 0;
    font-family: Poppins, Roboto, sans-serif;
}



/********************************** Maintence ***************/
.maintenance {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.maintenance .inner{
    position: relative;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    background-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
}
.maintenance .inner img{
    position: relative;
    width: 90%;
    height: auto;
    margin: 0;
}
.maintenance .texte h2{
    position: relative;
    width: 99%;
    text-align: center;

    font-size: 22px;
    font-weight: 600;
    color: #74BA42;
}
#servicesView.container-fluid{
    position: relative;
    margin: 0;
    padding: 0;

    position: relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
}
#servicesView.container-fluid > .row{
    margin: 0;
    padding: 0;
}

/*******************************************************/
/***************    servicesView            ********************/

#servicesView.container-fluid .servicesView{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    margin-bottom: 10px;
    margin: 0;
}

#servicesView.container-fluid .servicesView .col-image{
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 350px;
    overflow: hidden;
}
#servicesView.container-fluid .servicesView .col-image .inner{
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #3C69A3;
    overflow: hidden;
}
#servicesView.container-fluid .servicesView .col-image .inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    background-color: rgba(8, 8, 44, 0.1);
    transition: ease-in all 0.3s;
}
#servicesView.container-fluid .servicesView .col-image:hover .inner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.9;
    background-color: rgba(8, 8, 44, 0.3);
}
#servicesView.container-fluid .servicesView .col-image .inner img{
    position: relative;
    width: 100%;
    height: auto;
    transition: ease-in all 0.5s;
}
#servicesView.container-fluid .servicesView .col-image:hover .inner img{
    transform: scale(1.07) rotate(-1deg);
}




#servicesView.container-fluid .servicesView .col-text{  /**** Le texte ****/
    position: relative;
    width: 100%;
    
}


#servicesView.container-fluid .servicesView .col-text .titre{  
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
#servicesView.container-fluid .servicesView .col-text .titre h2{  
    position: relative;
    width: 85%;
    font-size: 40px;
    font-weight: 600;
    color: #3C69A3;
    text-transform: capitalize;
}
#servicesView.container-fluid .servicesView .col-text .titre p.trait{  
    position: relative;
    display: block;
    content: "";
    width: 60%;
    height: 4px;
    background-color: #74BA42;
}


#servicesView.container-fluid .servicesView .col-text .box{  
    position: relative;
    width: 100%;
}

#servicesView.container-fluid .servicesView .col-text .box .infos{  
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
}
#servicesView.container-fluid .servicesView .col-text .box .infos{  
    position: relative;
    font-size: 18px;
    text-align: justify;
}


#servicesView.container-fluid .servicesView .col-text .box .items{  
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#servicesView.container-fluid .servicesView .col-text .box .items .item{  
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}
#servicesView.container-fluid .servicesView .col-text .box .items .item-title{  
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}




#servicesView.container-fluid .liste{
    position: relative;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
}
#servicesView.container-fluid .liste a{
    position: relative;
    display: inline-block;
    width: 49%;
    height: 450px;
    overflow: hidden;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}

#servicesView.container-fluid .liste a .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 450px;
}
#servicesView.container-fluid .liste a .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.2);
}
#servicesView.container-fluid .liste a .inner img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: top left; */
}

#servicesView.container-fluid .liste a .caption{
    display: flex;
    position: absolute;
    top: 20;
    left: 20;
    right: 20;
    bottom: 20;
    /* top: 70%; */
    background: linear-gradient(to top, rgba(33, 42, 65, 0.5), transparent);
    /* border-bottom: 10px solid #74BA42; */
    border: 1px solid #fff;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    transition: all 0.5s ease;
}
#servicesView.container-fluid .liste a:hover .caption{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: linear-gradient(to top, rgba(33, 42, 65, 0.8), transparent);
}

#servicesView.container-fluid .liste a .caption p{
    position: relative;
    width: 75%;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    
    transition: all 0.3s ease;
}
/* #servicesView.container-fluid .liste a:hover .caption p{
    display: none;
} */
#servicesView.container-fluid .liste a .caption span.icon{
    position: relative;
    padding: 10px 15px;
    background-color: #74BA42;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;

    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;

}
#servicesView.container-fluid .liste a:hover .caption span.icon{
    display: flex;
}




/*****  link**/
#servicesView.container-fluid .contact-link{
    position: relative;
    width: 100%;
    padding:  0 !important;
    height: 350px;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 100px;
}
#servicesView.container-fluid .contact-link .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 350px;
    overflow: hidden;
    cursor: pointer;
}
#servicesView.container-fluid .contact-link .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-color: rgba(118, 184, 43, 0.9);
}
#servicesView.container-fluid .contact-link .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: ease-in all 0.3s;
}
#servicesView.container-fluid .contact-link:hover .inner img{
    transform: scale(1.01);
}
#servicesView.container-fluid .contact-link .caption{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#servicesView.container-fluid .contact-link .caption h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px;
}
#servicesView.container-fluid .contact-link .caption a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 55px;

    border-radius: 25px;
    background-color: #3C69A3;
    color: #fff;
    text-decoration: none;
    transition: ease all 0.3s;
    font-size: 18px;
}
#servicesView.container-fluid .contact-link .caption a{
    background-color: #254a7a;
}







/***** blog ****/
#servicesView.container-fluid .links{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    padding: 100px 0;
}
#servicesView.container-fluid .links .titre{
    position: relative;
    width: 100%;
    padding: 0 !important;
}
#servicesView.container-fluid .links .titre h2{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #3C69A3;
    text-transform: uppercase;
}
#servicesView.container-fluid .links .titre h3{
    position: relative;
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #353535;
}
#servicesView.container-fluid .links .titre p{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
#servicesView.container-fluid .links .titre p a{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

#servicesView.container-fluid .links .items{
    position: relative;
    width: 100%;
    /* border: 1px solid green; */
    padding: 0 !important;
}
#servicesView.container-fluid .links .items .temoignage{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
}
#servicesView.container-fluid .links .items .temoignage a{
    position: relative;
    display: block;
    width: 49%;
    height: 500px;
    overflow: hidden;
    /* border: 6px solid rgb(133, 9, 71); */
}
#servicesView.container-fluid .links .items .temoignage a .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    cursor: pointer;
}
#servicesView.container-fluid .links .items .temoignage a .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.9);
}
#servicesView.container-fluid .links .items .temoignage a .inner-icon{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 27, 27, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#servicesView.container-fluid .links .items .temoignage a .inner-icon p{  
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #74BA42;
    border: 2px solid rgba(255, 255, 255, 0.7);
    transition: ease-in all 0.3s;
}
#servicesView.container-fluid .links .items .temoignage a:hover .inner-icon p{  
    transform: scale(1.03);
}
#servicesView.container-fluid .links .items .temoignage a .inner-icon p span{  
    color: #fff;
    font-size: 18px;
}
#servicesView.container-fluid .links .items .temoignage a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: ease-in all 0.3s;
    opacity: 0.2;
}
#servicesView.container-fluid .links .items .temoignage a:hover .inner img{
    transform: scale(1.04) rotate(-1deg);
}
#servicesView.container-fluid .links .items .temoignage a .inner-icon .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;

}
#servicesView.container-fluid .links .items .temoignage a .inner-icon .text .trait{
    position: relative;
    width: 100%;
    display: block;
    content: "";
    height: 3px;
    background-color: #69ad39;
    margin-bottom: 10px;
}
#servicesView.container-fluid .links .items .temoignage a .inner-icon .text h2{
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#servicesView.container-fluid .links .items .temoignage a .caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.7);

    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in all 0.3s;
    display: none;
}
#servicesView.container-fluid .links .items .temoignage a:hover .caption{
    background-color: #3C69A3;
}
#servicesView.container-fluid .links .items .temoignage a .caption p{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    padding: 20px;
    transition: ease-in all 0.3s;
}
#servicesView.container-fluid .links .items .temoignage a:hover .caption p{
    color: #fff;
}




/*** Les articles **/

#servicesView.container-fluid .links .items{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#servicesView.container-fluid .links .items a{
    position: relative;
    display: inline-block;
    width: 48%;
    height: 300px;
    overflow: hidden;
    /* border: 1px solid red; */
    margin-bottom: 20px;
}
#servicesView.container-fluid .links .items a .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
}
#servicesView.container-fluid .links .items a .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.2);
}
#servicesView.container-fluid .links .items a .inner img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: top left; */
}
#servicesView.container-fluid .links .items a .caption{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}




/************* pub ******/
#servicesView.container-fluid .pub{
    position: relative;
    width: 100%;
    padding:  0 !important;
    height: 300px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
}
#servicesView.container-fluid .pub .inner{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
#servicesView.container-fluid .pub .inner::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.3);
}
#servicesView.container-fluid .pub .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: ease-in all 0.3s;
}
#servicesView.container-fluid .pub:hover .inner img{
    transform: scale(1.04) rotate(-1deg);
}
#servicesView.container-fluid .pub .caption{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.5);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#servicesView.container-fluid .pub .caption p{
    position: relative;
    width: 70%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
#servicesView.container-fluid .pub .caption a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;

    border-radius: 25px;
    background-color: #3C69A3;
    color: #fff;
    text-decoration: none;
    transition: ease all 0.3s;
}
#servicesView.container-fluid .pub .caption a:hover{
    background-color: #254a7a;
}



/****************************    *********/
#servicesView.container-fluid.consultation .titre{
    position: relative;
    width: 100%;
    height: 300px;
    background: url('../images/bg_infos.PNG');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border: 1px solid red;
}
#servicesView.container-fluid.consultation .titre::before{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.9;
    background-color: #3c5a7e;
}
#servicesView.container-fluid .service-one{
    position: relative;
    width: 100%;
    border: 1px solid red;
}








/*** **** **** ******** *** *** **** *** *** *** ****       --------------------        ***/
/*** **** **** ******** *** *** **** *** *** *** ****       --------------------        ***/
/*** **** **** ******** *** *** **** *** *** *** ****       La partie responsive        ***/

@media (min-width: 1400px){ /** grands écrans - au délà  */
    
}
@media (max-width: 1700px) {
    
}
@media (max-width: 1500px) {
    
    #servicesView.container-fluid .servicesView .col-text .box h2{
        font-size: 40px;
    }

}

@media (max-width: 1400px) {

    #servicesView.container-fluid .servicesView .col-image img{
        position: relative;
        width: 2500px !important;
        height: auto;
    }

}

@media (max-width: 1350px) {
    
}





@media (max-width: 1200px){ /** grands écran ou pc -- col-lg      Vert-foncé    */

    #servicesView.container-fluid .links .items .temoignage a{
        position: relative;
        display: block;
        width: 49%;
        height: 350px;
        overflow: hidden;
        /* border: 6px solid rgb(133, 9, 71); */
    }
    #servicesView.container-fluid .links .items .temoignage a .inner{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 350px;
        overflow: hidden;
        cursor: pointer;
    }

}
@media (max-width: 1024px){ /** grands écran ou pc -- col-lg      Vert-foncé    */
    
}


@media (max-width: 992px){

    /***presentation ***/
    #servicesView.container-fluid .servicesView{
        margin: 0 !important;
        background-color: #fff !important;
        padding: 55px 25px;

        /* border: 1px solid red; */
    }

    #servicesView.container-fluid .servicesView .col-text .titre h2{  
        position: relative;
        width: 100%;
        font-size: 30px;
    }
    #servicesView.container-fluid .servicesView .col-text .box .infos{  
        position: relative;
        font-size: 16px;
    }

    #servicesView.container-fluid .apropos .col-image{
        position: relative;
        /* border: 1px solid red; */
        height: auto !important;
    }



    /********** liste services ***/
    #servicesView.container-fluid .liste{
        position: relative;
        width: 100%;
        padding: 25px;
        margin-top: 75px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        /* border: 1px solid rgb(14, 0, 216); */
        
    }
    #servicesView.container-fluid .liste a{
        position: relative;
        display: inline-block;
        width: 49%;
        height: 400px;
        overflow: hidden;
        /* border: 1px solid red; */
        margin-bottom: 20px;
    }
    
    #servicesView.container-fluid .liste a .inner{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
    }

    #servicesView.container-fluid .links .items .temoignage{
        position: relative;
        /* border: 1px solid red; */
        padding: 25px;
    }
}
@media (max-width: 768px){ 
    
    #servicesView.container-fluid .liste a{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 420px;
        overflow: hidden;
        /* border: 1px solid red; */
        margin-bottom: 30px;
    }
    
    #servicesView.container-fluid .liste a .inner{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 420px;
    }

    #servicesView.container-fluid .liste a .caption p{
        position: relative;
        width: 85%;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        
        transition: all 0.3s ease;
    }

    #servicesView.container-fluid .contact-link .caption h2{
        color: #fff;
        font-size: 20px;
    }
    #servicesView.container-fluid .contact-link .caption a{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 190px;
        height: 45px;
        font-size: 16px;
    }

    #servicesView.container-fluid .links .items .temoignage {
        position: relative;
        width: 100%;
        flex-direction: column;
    }
    #servicesView.container-fluid .links .items .temoignage a{
        position: relative;
        display: block;
        width: 100%;
        height: 400px;
        overflow: hidden;
        /* border: 6px solid rgb(133, 9, 71); */
    }
    #servicesView.container-fluid .links .items .temoignage a .inner{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 400px;
        overflow: hidden;
        cursor: pointer;
    }
}
@media (max-width: 599px){

    
    
}

@media (max-width: 455px){

    #servicesView.container-fluid .liste a{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 300px;
        overflow: hidden;
        /* border: 1px solid red; */
        margin-bottom: 30px;
    }
    
    #servicesView.container-fluid .liste a .inner{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 300px;
    }

    #servicesView.container-fluid .links .items .temoignage a{
        height: 330px;
    }
    #servicesView.container-fluid .links .items .temoignage a .inner{
        height: 330px;
    }
    
}

@media (max-width: 395px){ /** très petits écrans ***/

    #servicesView.container-fluid .servicesView .col-text .titre h2{  
        position: relative;
        width: 100%;
        font-size: 25px;
    }

    #servicesView.container-fluid .contact-link .caption h2{
        color: #fff;
        font-size: 18px;
        font-weight: 550;
    }

    #servicesView.container-fluid .links .items .temoignage a{
        height: 280px;
    }
    #servicesView.container-fluid .links .items .temoignage a .inner{
        height: 280px;
    }
}